3.3 How to change color?

  1. Of what can you change the color?
    • Background
      • Background includes everything in the box model, except margin and border, i.e., ???
      • CSS property: background-color
    • Text
      • CSS property: color
    • Border
      • CSS property: border-color

  2. Learning outcomes
    • How to change background color.
    • How to change text color.
    • How to change border color.